include ../../config/Makefile.local

SRC = $(shell ls *.c)
OBJ = $(SRC:.c=.o)
LIB = librve

include ../Makefile.lib

clean:
	rm -f *~ *.o *.so *.il *.a core $(LIBDIR)/$(LIB).*
